home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1314 / _setup.1 / Virus Checking Assistant.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1996-07-05  |  8.0 KB  |  276 lines

  1. object Form1: TForm1
  2.   Left = 107
  3.   Top = 125
  4.   Width = 442
  5.   Height = 213
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'Virus Checking Assistant'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object ListBox1: TListBox
  20.     Left = 123
  21.     Top = 8
  22.     Width = 299
  23.     Height = 142
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'Arial'
  27.     Font.Style = []
  28.     ItemHeight = 14
  29.     ParentFont = False
  30.     Sorted = True
  31.     TabOrder = 0
  32.   end
  33.   object GetFiles: TBitBtn
  34.     Left = 13
  35.     Top = 13
  36.     Width = 92
  37.     Height = 22
  38.     Hint = 
  39.       'Click here to select ZIP and self extracting files to be virus c' +
  40.       'hecked'
  41.     Caption = '&Get Files...'
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     ParentShowHint = False
  48.     ShowHint = True
  49.     TabOrder = 1
  50.     OnClick = GetFilesClick
  51.     Glyph.Data = {
  52.       78010000424D7801000000000000760000002800000020000000100000000100
  53.       04000000000000000000120B0000120B00000000000000000000000000000000
  54.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  55.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  56.       55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  57.       B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  58.       B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  59.       0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  60.       55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  61.       55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  62.       55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  63.       5555575FFF7555555555570000755555555555777755555555550000}
  64.     NumGlyphs = 2
  65.   end
  66.   object Process: TBitBtn
  67.     Left = 13
  68.     Top = 47
  69.     Width = 92
  70.     Height = 22
  71.     Hint = 
  72.       'Start the process to uncompress and virus check the selected fil' +
  73.       'e'
  74.     Caption = '  &Process...'
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'Arial'
  78.     Font.Style = [fsBold]
  79.     ParentFont = False
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 2
  83.     OnClick = ProcessClick
  84.     Glyph.Data = {
  85.       78010000424D7801000000000000760000002800000020000000100000000100
  86.       04000000000000000000120B0000120B00000000000000000000000000000000
  87.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  88.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555000000
  89.       000055555F77777777775555000FFFFFFFF0555F777F5FFFF55755000F0F0000
  90.       FFF05F777F7F77775557000F0F0FFFFFFFF0777F7F7F5FFFFFF70F0F0F0F0000
  91.       00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFFFFF70F0F0F0F0000
  92.       00F07F7F7F7F777777570F0F0F0FFFFFFFF07F7F7F7F5FFF55570F0F0F0F000F
  93.       FFF07F7F7F7F77755FF70F0F0F0FFFFF00007F7F7F7F5FF577770F0F0F0F00FF
  94.       0F057F7F7F7F77557F750F0F0F0FFFFF00557F7F7F7FFFFF77550F0F0F000000
  95.       05557F7F7F77777775550F0F0000000555557F7F7777777555550F0000000555
  96.       55557F77777775555555000000055555555577777775555555550000}
  97.     NumGlyphs = 2
  98.   end
  99.   object Quit: TBitBtn
  100.     Left = 13
  101.     Top = 115
  102.     Width = 92
  103.     Height = 21
  104.     Hint = 'Click here to exit the program'
  105.     Caption = '       E&xit    '
  106.     Font.Color = clBlack
  107.     Font.Height = -11
  108.     Font.Name = 'Arial'
  109.     Font.Style = [fsBold]
  110.     ParentFont = False
  111.     ParentShowHint = False
  112.     ShowHint = True
  113.     TabOrder = 3
  114.     OnClick = QuitClick
  115.     Glyph.Data = {
  116.       78010000424D7801000000000000760000002800000020000000100000000100
  117.       04000000000000000000120B0000120B00000000000000000000000000000000
  118.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  119.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  120.       03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  121.       0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  122.       0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  123.       0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  124.       0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  125.       0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  126.       0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  127.       0333337F777FFFFF7F33330000000000033333777777777773330000}
  128.     NumGlyphs = 2
  129.   end
  130.   object Panel1: TPanel
  131.     Left = 116
  132.     Top = 0
  133.     Width = 306
  134.     Height = 151
  135.     TabOrder = 4
  136.     Visible = False
  137.     object Label1: TLabel
  138.       Left = 15
  139.       Top = 68
  140.       Width = 280
  141.       Height = 12
  142.       Alignment = taCenter
  143.       AutoSize = False
  144.     end
  145.     object Edit1: TEdit
  146.       Left = 13
  147.       Top = 17
  148.       Width = 282
  149.       Height = 18
  150.       TabStop = False
  151.       AutoSize = False
  152.       Color = clBtnFace
  153.       Font.Color = clBlack
  154.       Font.Height = -11
  155.       Font.Name = 'Arial'
  156.       Font.Style = []
  157.       ParentFont = False
  158.       ReadOnly = True
  159.       TabOrder = 0
  160.       Text = 'Edit1'
  161.     end
  162.     object btnCancelZip: TBitBtn
  163.       Left = 124
  164.       Top = 118
  165.       Width = 63
  166.       Height = 21
  167.       Caption = 'Cancel'
  168.       TabOrder = 1
  169.       OnClick = btnCancelZipClick
  170.       Glyph.Data = {
  171.         76010000424D7601000000000000760000002800000020000000100000000100
  172.         04000000000000010000130B0000130B00000000000000000000000000000000
  173.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  174.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  175.         3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  176.         33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  177.         993337777F777F3377F3393999707333993337F77737333337FF993399933333
  178.         399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  179.         399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  180.         399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  181.         99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  182.         3333333777333777333333333999993333333333377777333333}
  183.       NumGlyphs = 2
  184.     end
  185.     object OvcMeter1: TOvcMeter
  186.       Left = 13
  187.       Top = 42
  188.       Width = 282
  189.       Height = 17
  190.       ShowPercent = True
  191.       UsedColor = clAqua
  192.       UsedShadow = 16744448
  193.     end
  194.     object OvcMeter2: TOvcMeter
  195.       Left = 13
  196.       Top = 89
  197.       Width = 282
  198.       Height = 17
  199.       ShowPercent = True
  200.       UsedShadow = clTeal
  201.     end
  202.   end
  203.   object OpenDialog1: TOpenDialog
  204.     FileEditStyle = fsEdit
  205.     Left = 72
  206.     Top = 88
  207.   end
  208.   object ExecFile1: TExecFile
  209.     ParentHWnd = 0
  210.     Left = 40
  211.     Top = 88
  212.   end
  213.   object MainMenu1: TMainMenu
  214.     Left = 8
  215.     Top = 88
  216.     object Configure1: TMenuItem
  217.       Caption = '&Setup...'
  218.       Hint = 'Click here to setup default directories and program locations'
  219.       ShortCut = 0
  220.       OnClick = Configure1Click
  221.     end
  222.     object Help1: TMenuItem
  223.       Caption = '&Help'
  224.       ShortCut = 0
  225.       object Helpon1: TMenuItem
  226.         Caption = '&Help on Virus Checking Assistant...'
  227.         ShortCut = 0
  228.         OnClick = Helpon1Click
  229.       end
  230.       object About1: TMenuItem
  231.         Caption = '&About...'
  232.         ShortCut = 0
  233.         OnClick = About1Click
  234.       end
  235.     end
  236.   end
  237.   object UnzipFile1: TUnzipFile
  238.     OnMajorCallback = UnzipFile1MajorCallback
  239.     OnMinorCallback = UnzipFile1MinorCallback
  240.     IndexofItem = 0
  241.     Options = []
  242.     wUnzipSubOptions = []
  243.     Top = 144
  244.   end
  245.   object RegFile1: TRegFile
  246.     Key = 'Software\ZPAY\Compressed File Virus Checker'
  247.     Left = 32
  248.     Top = 144
  249.   end
  250.   object OvcController1: TOvcController
  251.     EntryCommands.TableList = (
  252.       'Default'
  253.       True
  254.       ()
  255.       'WordStar'
  256.       False
  257.       ()
  258.       'Grid'
  259.       False
  260.       ())
  261.     Left = 66
  262.     Top = 141
  263.   end
  264.   object Scaler1: TScaler
  265.     PixelsPerInch = 96
  266.     Xdevelop = 640
  267.     Ydevelop = 480
  268.     ClientWidth = 434
  269.     ClientHeight = 167
  270.     LimitScale = No
  271.     ScaleRuntime = False
  272.     Left = 96
  273.     Top = 144
  274.   end
  275. end
  276.